home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / resource / fonts / fs / config
Encoding:
Text File  |  1997-07-08  |  932 b   |  27 lines

  1. # font server configuration file
  2. # $XConsortium: config.cpp,v 1.7 91/08/22 11:39:59 rws Exp $
  3.  
  4. clone-self = on
  5. use-syslog = off
  6. catalogue  = $GFSDIR/fs/truetype/,
  7.          $GFSDIR/fs/type1/
  8. error-file = /dev/null
  9. #
  10. # A "well-behaved" configuration file requires all of the font files
  11. # in the specified catalogues to be valid files that the font server
  12. # can interpret. It also requires the font file extensions indicate the
  13. # type of font file as follows:
  14. #    .pfa or .pfb    Adobe Type 1 format
  15. #    .spd        Speedo font file format
  16. #    .ttf        TrueType format
  17. #
  18. # If the font files are not well-behaved, whenever the font server is 
  19. # initialized (or updated), it must open each font file and verify its 
  20. # format. This can be very time consuming and should be avoided.  If you 
  21. # are unsure of the font files installed, set well-behaved to False.
  22. well-behaved = True
  23.  
  24. # in decipoints
  25. default-point-size  = 120
  26. default-resolutions = 75,75,100,100
  27.